home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / phpMyAdmin / libraries / .htaccess next >
Encoding:
Text File  |  2005-11-23  |  95 b   |  5 lines

  1. # This folder does not require access over HTTP
  2. Order deny,allow
  3. Deny from all
  4. Allow from none
  5.